projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fa10e6
)
repo: Fix an obvious typo
author
Matthew Barnes
<mbarnes@redhat.com>
Tue, 5 May 2015 14:24:38 +0000
(10:24 -0400)
committer
Matthew Barnes
<mbarnes@redhat.com>
Tue, 5 May 2015 14:25:00 +0000
(10:25 -0400)
src/libostree/ostree-repo.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-repo.c
b/src/libostree/ostree-repo.c
index 1ec18af43160c73a24ddacae78efa9cb6b21443b..5499dc1190d9bdb5010371723ace11100c73dd08 100644
(file)
--- a/
src/libostree/ostree-repo.c
+++ b/
src/libostree/ostree-repo.c
@@
-3295,7
+3295,7
@@
ostree_repo_sign_delta (OstreeRepo *self,
gs_unref_variant GVariant *commit_variant = NULL;
gs_free char *delta_path = NULL;
gs_unref_object GFile *delta_file = NULL;
- gs_
unref_object
char *detached_metadata_relpath = NULL;
+ gs_
free
char *detached_metadata_relpath = NULL;
gs_unref_object GFile *detached_metadata_path = NULL;
gs_unref_variant GVariant *existing_detached_metadata = NULL;
gs_unref_variant GVariant *normalized = NULL;